home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / intro.dir / 00013_tomasRoll.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  161 b   |  12 lines

  1. on mouseEnter me
  2.   puppetSound(3, "shortTom")
  3. end
  4.  
  5. on mouseDown me
  6.   cursor(-1)
  7.   repeat with x = 1 to 6
  8.     puppetSound(x, 0)
  9.   end repeat
  10.   go(1, "tomas")
  11. end
  12.